projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f7444
)
define HAVE_DLOPEN if HAVE_DLFCN is set.
author
Øyvind Kolås
<ok@src.gnome.org>
Mon, 8 Jan 2007 14:01:39 +0000
(14:01 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Mon, 8 Jan 2007 14:01:39 +0000
(14:01 +0000)
* babl/babl-extension.c: define HAVE_DLOPEN if HAVE_DLFCN is set.
svn path=/trunk/; revision=195
ChangeLog
patch
|
blob
|
history
babl/babl-extension.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 331a7394ba59cb9bcb85febddfc5dfcee1808a13..66677ef001eeca9c1f132b688045d7a93b9993b8 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-01-08 Øyvind Kolås <pippin@gimp.org>
+
+ * babl/babl-extension.c: define HAVE_DLOPEN if HAVE_DLFCN is set.
+
2007-01-07 Øyvind Kolås <pippin@gimp.org>
* configure.ac: set version to 0.0.11
diff --git
a/babl/babl-extension.c
b/babl/babl-extension.c
index 8db2601ecc959f033083ea402850d9fad788d6a4..2e867836d7d71c4663b0181c6d249c31ee5faed8 100644
(file)
--- a/
babl/babl-extension.c
+++ b/
babl/babl-extension.c
@@
-21,6
+21,14
@@
#ifdef HAVE_CONFIG_H
#include "config.h"
+
+#ifdef HAVE_DLFCN_H
+#ifndef HAVE_DLOPEN
+#define HAVE_DLOPEN 1
+#endif
+#endif
+
+
#else
#define BABL_PATH PREFIX "/babl-0.0"
#define BABL_PATH_SEPERATOR "/"